@charset "UTF-8";
/****************************** reset ******************************/
* {
  margin: 0;
  padding: 0;
}

html, body, img, iframe {
  border: 0;
}

body, button, input, select, textarea {
  font: 14px/1.14 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #4a4a4a;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

a, button, input[type="submit"], input[type="button"], input[type="reset"], input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:active, a:hover {
  outline-width: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

small {
  font-size: 12px;
}

i {
  font-style: normal;
}

/****************************** scss ******************************/
.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

/* @extend .color; 引用样式*/
/* @include transition; 引用混合*/
/****************************** default ******************************/
.border-box,
.border-box *,
.border-box *:before,
.border-box *:after {
  box-sizing: border-box;
}

html {
  min-width: 1180px;
}

.fc {
  color: #67a408;
}

.bg {
  background: #67a408;
}

.center {
  width: 1180px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after, ul:after, .center:after, .list_pro > ul > li:after, .p6box4 .p6box4_content_l ul li:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, ul, .center, .list_pro > ul > li, .p6box4 .p6box4_content_l ul li {
  *zoom: 1;
}

.ellipsis, .list_pro > ul > li .list_pro_group1, .list_pro > ul > li .list_pro_content .fl, .list_pro > ul > li .list_pro_content .fr {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.tac {
  text-align: center;
}

.pr {
  position: relative;
}

.big, .ibox2_list ul li, .ibox4_list ul li, .ibox6_list ul li .avatar, .ljgm_btn, .p3box1_list ul li, .p3box3_list ul li, .p4box9_list ul li {
  transition: transform .5s;
}

.big:hover, .ibox2_list ul li:hover, .ibox4_list ul li:hover, .ibox6_list ul li .avatar:hover, .ljgm_btn:hover, .p3box1_list ul li:hover, .p3box3_list ul li:hover, .p4box9_list ul li:hover, .bigger {
  transform: scale(1.1);
  transition: transform .5s;
}

.inline-block, .ljgm_btn, .list_pro > ul > li .list_pro_content .fl span, .list_pro > ul > li .list_pro_content .fr span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.content img {
  max-width: 100%;
}

.last_flex {
  text-align-last: auto;
  text-justify: auto;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/****************************** style ******************************/
.window {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.header {
  box-shadow: 0 0 10px #666;
}

.head_top {
  height: 35px;
  line-height: 35px;
  background: #4d4d4d;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
.head_top .fr a {
  display: block;
  float: left;
}
.head_top .fr a:before {
  content: '|';
  padding: 0 9px;
}
.head_top .fr a:first-child:before {
  display: none;
}

.head_content {
  height: 142px;
  line-height: 142px;
}
.head_content img {
  vertical-align: middle;
}
.head_content .fr {
  padding-right: 27px;
}

.nav {
  height: 40px;
  color: #fff;
  background: url(../img/nav_bg.jpg) repeat-x;
  background: -webkit-gradient(linear, bottom, from(#ed4b00), to(#e32900));
  background: -webkit-linear-gradient(to bottom, #ed4b00, #e32900);
  background: -o-linear-gradient(to bottom, #ed4b00, #e32900);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ed4b00,endColorStr=#e32900,gradientType=0);
  background: linear-gradient(to bottom, #ed4b00, #e32900);
}
.nav ul li {
  margin-left: 36px;
  float: left;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li a {
  display: block;
  padding: 0 27px;
  font: bold 16px/40px "微软雅黑", "arial";
}
.nav ul li a:hover, .nav ul li a.active {
  background: url(../img/nav_hover_bg.jpg) repeat-x;
  background: -webkit-gradient(linear, bottom, from(#e53200), to(#d71900));
  background: -webkit-linear-gradient(to bottom, #e53200, #d71900);
  background: -o-linear-gradient(to bottom, #e53200, #d71900);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#e53200,endColorStr=#d71900,gradientType=0);
  background: linear-gradient(to bottom, #e53200, #d71900);
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner img {
  display: block;
}
.banner .banner_l {
  position: absolute;
  right: 50%;
  margin-right: 1000px;
  bottom: 185px;
}
.banner .banner_r {
  position: absolute;
  left: 50%;
  margin-left: 1000px;
  bottom: 0;
}

.itit {
  text-align: center;
  padding: 90px 0 70px;
}
.itit h2 {
  font-size: 36px;
  color: #3d3d3d;
  padding-bottom: 10px;
}
.itit p {
  font-size: 24px;
  color: #0b0b0b;
  text-transform: uppercase;
  font-family: "Georgia";
  filter: alpha(opacity=75);
  opacity: 0.75;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.ibox1 {
  padding-bottom: 150px;
}
.ibox1 ul li {
  float: left;
  width: 225px;
  margin-left: 93px;
  text-align: center;
}
.ibox1 ul li:first-child {
  margin-left: 0;
}
.ibox1 ul li img {
  display: block;
}
.ibox1 ul li strong {
  display: block;
  font-size: 22px;
  padding: 35px 0 15px;
}
.ibox1 ul li p {
  color: #666;
  line-height: 24px;
}
.ibox1 ul li:hover img {
  animation: swing 1s ease;
}

.ibox2 {
  background: url(../img/ibox2_bg.jpg) no-repeat center;
  height: 750px;
}
.ibox2 .itit h2 {
  color: #fff;
}
.ibox2 .itit p {
  color: #0b564b;
  filter: alpha(opacity=100);
  opacity: 1;
}

.ibox2_list {
  position: relative;
}
.ibox2_list .list_box {
  left: -10px;
  height: 320px;
  padding: 20px 0;
}
.ibox2_list ul li {
  float: left;
  width: 280px;
  height: 285px;
  margin: 0 10px;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  background: url(../img/ibox2_1.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+1) {
  background: url(../img/ibox2_1.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+2) {
  background: url(../img/ibox2_2.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+3) {
  background: url(../img/ibox2_3.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+4) {
  background: url(../img/ibox2_4.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+5) {
  background: url(../img/ibox2_5.jpg) no-repeat;
}
.ibox2_list ul li:nth-child(6n+6) {
  background: url(../img/ibox2_6.jpg) no-repeat;
}
.ibox2_list ul li strong {
  font-size: 120px;
  position: relative;
  font-family: "Impact";
}
.ibox2_list ul li strong i {
  font-weight: normal;
  font-size: 72px;
  position: absolute;
  right: -30px;
  top: -30px;
  font-family: "arial";
}
.ibox2_list ul li h3 {
  padding-top: 40px;
}
.ibox2_list ul li h3, .ibox2_list ul li h4 {
  font-size: 18px;
  line-height: 32px;
}

.arrow_l, .arrow_r {
  position: absolute;
  z-index: 99;
  width: 28px;
  height: 45px;
  top: 50%;
  margin-top: -22.5px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity .2s;
}
.arrow_l:hover, .arrow_r:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.arrow_l {
  background: url(../img/arrow_l.png) no-repeat;
  left: -64px;
}

.arrow_r {
  background: url(../img/arrow_r.png) no-repeat;
  right: -64px;
}

.arrow2_l, .arrow2_r {
  position: absolute;
  z-index: 99;
  width: 21px;
  height: 21px;
  top: 50%;
  margin-top: -10.5px;
}

.arrow2_l {
  background: url(../img/arrow2_l.png) no-repeat;
  left: 0;
}
.arrow2_l:hover {
  background-image: url(../img/arrow2_l_hover.png);
}

.arrow2_r {
  background: url(../img/arrow2_r.png) no-repeat;
  right: 0;
}
.arrow2_r:hover {
  background-image: url(../img/arrow2_r_hover.png);
}

.ibox3 {
  padding-bottom: 130px;
}
.ibox3 dl:hover dt + dd {
  background: transparent;
}
.ibox3 dl:hover dt + dd .fl strong, .ibox3 dl:hover dt + dd .fr strong {
  color: #3e3d3d;
}
.ibox3 dl:hover dt + dd .fl p, .ibox3 dl:hover dt + dd .fr p {
  color: #4a4a4a;
}
.ibox3 dl:hover dt + dd:hover {
  background: #f25151;
}
.ibox3 dl:hover dt + dd:hover .fl strong {
  color: #fff;
}
.ibox3 dl:hover dt + dd:hover .fl p {
  color: #e0e0e0;
}
.ibox3 dl:hover dt + dd:hover .fr strong, .ibox3 dl:hover dt + dd:hover .fr p {
  color: #fff;
}
.ibox3 dt {
  overflow: hidden;
  margin-bottom: 29px;
}
.ibox3 dt img {
  float: left;
}
.ibox3 dt strong {
  float: left;
  font-size: 24px;
}
.ibox3 dt .fl strong {
  padding: 30px 0 0 20px;
  color: #474747;
}
.ibox3 dt .fr strong {
  padding-top: 45px;
  margin-left: -20px;
  color: #119ee7;
}
.ibox3 dt + dd {
  background: #f25151;
}
.ibox3 dt + dd .fl strong {
  color: #fff;
}
.ibox3 dt + dd .fl p {
  color: #e0e0e0;
}
.ibox3 dt + dd .fr strong, .ibox3 dt + dd .fr p {
  color: #fff;
}
.ibox3 dd {
  overflow: hidden;
  border-radius: 5px;
  height: 92px;
  padding: 20px 25px 0;
  margin-bottom: 10px;
}
.ibox3 dd:hover {
  background: #f25151;
}
.ibox3 dd:hover .fl strong {
  color: #fff;
}
.ibox3 dd:hover .fl p {
  color: #e0e0e0;
}
.ibox3 dd:hover .fr strong, .ibox3 dd:hover .fr p {
  color: #fff;
}
.ibox3 dd .fr {
  text-align: right;
}
.ibox3 dd .fr strong {
  color: #3e3d3d;
}
.ibox3 dd strong {
  padding-bottom: 15px;
  display: block;
  color: #3e3d3d;
  font-size: 16px;
}
.ibox3 dd p {
  line-height: 18px;
}
.ibox3 .ibox3_list {
  position: relative;
}
.ibox3 .ibox3_center {
  position: absolute;
  width: 223px;
  left: 50%;
  margin-left: -111.5px;
  top: 150px;
}
.ibox3 .ibox3_center strong {
  font-size: 60px;
  color: #fff;
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.ibox4 {
  height: 897px;
  background: url(../img/ibox4_bg.jpg) no-repeat center;
}
.ibox4 .itit h2 {
  color: #ed394b;
}

.ibox4_list ul li {
  position: relative;
  float: left;
  width: 380px;
  height: 285px;
  background: #fff;
  margin-right: 20px;
  margin-bottom: 25px;
}
.ibox4_list ul li.last strong {
  display: block;
  font-size: 22px;
  padding-top: 40px;
  text-align: center;
  color: #cd5e04;
}
.ibox4_list ul li.last img {
  position: absolute;
  left: 50%;
  margin-left: -136px;
  bottom: 0;
}
.ibox4_list dl {
  position: absolute;
  left: 33px;
  top: 35px;
  color: #fff;
  font-weight: bold;
}
.ibox4_list dl dt {
  padding-bottom: 25px;
  font-size: 18px;
}
.ibox4_list dl dd {
  line-height: 24px;
  padding-left: 30px;
  background: url(../img/tick.png) no-repeat left center;
}
.ibox4_list .ibox4_btn {
  position: absolute;
  left: 50%;
  margin-left: -55.5px;
  bottom: 20px;
  width: 111px;
  height: 47px;
  background: url(../img/ibox4_btn.png) no-repeat center;
  line-height: 43px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.ibox5 {
  padding-bottom: 100px;
}

.ibox5_tit {
  text-align: center;
  margin-bottom: 50px;
}
.ibox5_tit strong {
  font-size: 30px;
  color: #3d3d3d;
  position: relative;
}
.ibox5_tit strong span {
  color: #46c0fa;
}
.ibox5_tit strong i {
  position: absolute;
  top: 22px;
  width: 142px;
  height: 1px;
  background: #a8a8a8;
}
.ibox5_tit strong i:after {
  content: '';
  position: absolute;
  top: -1px;
  width: 31px;
  height: 3px;
  background: #f05b5b;
}
.ibox5_tit strong .ibox5_tit_l {
  right: 100%;
  margin-right: 10px;
}
.ibox5_tit strong .ibox5_tit_l:after {
  right: 0;
}
.ibox5_tit strong .ibox5_tit_r {
  left: 100%;
  margin-left: 10px;
}
.ibox5_tit strong .ibox5_tit_r:after {
  left: 0;
}

.ibox5_list, .p4box1_list.ibox5_list {
  padding: 25px 0 50px;
  background: url(../img/ibox5_list_bg.png) no-repeat center top;
  overflow: hidden;
}
.ibox5_list ul li img:hover, .p4box1_list.ibox5_list ul li img:hover {
  animation: swing 1s ease;
}
.ibox5_list ul li strong, .p4box1_list.ibox5_list ul li strong {
  font-size: 20px;
  color: #3d3d3d;
}

.ibox5_color1 {
  color: #1393cf;
}

.ibox5_color2 {
  color: #cf9408;
}

.ibox5_color3 {
  color: #c113f3;
}

.ibox5_color4 {
  color: #e81d48;
}

.ibox5_color5 {
  color: #c2890e;
}

.ibox5_color6 {
  color: #22970f;
}

.ibox5_list1 ul li {
  float: left;
  width: 50%;
  padding: 20px 0;
  margin-bottom: 40px;
}
.ibox5_list1 ul li:hover {
  background: #f25151;
}
.ibox5_list1 ul li:hover p {
  color: #fff;
}
.ibox5_list1 ul li .fl {
  margin-left: 130px;
  margin-right: 20px;
  width: 58px;
  height: 66px;
  line-height: 60px;
  position: relative;
}
.ibox5_list1 ul li .fl img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.ibox5_list1 ul li .fl span {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.ibox5_list1 ul li h2 {
  font-size: 20px;
  padding: 5px 0 10px;
}
.ibox5_list1 ul li p {
  font-size: 16px;
  color: #666;
}

.ibox_5_b {
  overflow: hidden;
  padding: 100px 0;
}
.ibox_5_b ul {
  float: left;
  padding: 10px 50px 0 180px;
}
.ibox_5_b ul li {
  width: 228px;
  height: 43px;
  line-height: 43px;
  color: #fff;
  padding-left: 55px;
  position: relative;
  background: url(../img/ibox5_b_list.png) no-repeat center;
  margin-bottom: 12px;
  font-weight: bold;
}
.ibox_5_b ul li span {
  position: absolute;
  left: 16px;
  top: 0;
  font-size: 19px;
}
.ibox_5_b img {
  float: left;
  border: 3px solid #fb5503;
  box-shadow: 5px 5px 10px #d0d0d0;
}

.ibox6 {
  height: 826px;
  background: url(../img/ibox6_bg.jpg) no-repeat center;
}
.ibox6 .itit h2 {
  color: #fff;
}

.ibox6_list {
  position: relative;
  height: 452px;
  width: 1050px;
  margin: 0 auto;
}
.ibox6_list ul li {
  float: left;
  width: 308px;
  height: 452px;
  margin: 0 21px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.ibox6_list ul li .avatar {
  margin: 40px auto 25px;
}
.ibox6_list ul li h2 {
  color: #ff3014;
  font-size: 16px;
  padding-bottom: 30px;
}
.ibox6_list ul li p {
  color: #404040;
  line-height: 20px;
  width: 246px;
  margin: 0 auto;
}
.ibox6_list ul li a {
  display: block;
  width: 109px;
  height: 37px;
  line-height: 37px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -54.5px;
  bottom: 44px;
  background: #2fcfb2;
  background: -webkit-gradient(linear, bottom, from(#2fcfb2), to(#25c7a8));
  background: -webkit-linear-gradient(to bottom, #2fcfb2, #25c7a8);
  background: -o-linear-gradient(to bottom, #2fcfb2, #25c7a8);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#2fcfb2,endColorStr=#25c7a8,gradientType=0);
  background: linear-gradient(to bottom, #2fcfb2, #25c7a8);
  border-radius: 5px;
}
.ibox6_list ul li a:hover {
  background: #ff3719;
  background: -webkit-gradient(linear, bottom, from(#ff3719), to(#ff2c12));
  background: -webkit-linear-gradient(to bottom, #ff3719, #ff2c12);
  background: -o-linear-gradient(to bottom, #ff3719, #ff2c12);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff3719,endColorStr=#ff2c12,gradientType=0);
  background: linear-gradient(to bottom, #ff3719, #ff2c12);
}

.avatar {
  border-radius: 50%;
  width: 106px;
  height: 106px;
  border: 3px solid #cdf6ee;
  overflow: hidden;
}

.ibox7 {
  padding-bottom: 160px;
}
.ibox7 .itit {
  padding: 150px 0 50px;
}

.ibox7_list {
  width: 1080px;
  height: 320px;
  overflow: hidden;
}
.ibox7_list ul li {
  width: 1080px;
  margin: 0;
  padding-top: 20px;
}
.ibox7_list ul li p {
  width: 639px;
}
.ibox7_list ul li .avatar {
  width: 130px;
  height: 130px;
  margin: 0 auto 50px;
  box-shadow: 0 5px 10px #9d9d9d;
  border-color: #e33705;
}

.ibox8 {
  background: url(../img/ibox8_bg.jpg) no-repeat center;
  height: 859px;
}
.ibox8 .itit h2 {
  color: #fff;
}
.ibox8 .itit {
  padding-bottom: 20px;
}

.ibox8_btn {
  display: block;
  margin: 30px auto 25px;
  width: 205px;
  height: 47px;
  border-radius: 23.5px;
  background: #fff;
  text-align: center;
  font: bold 16px/47px "微软雅黑", "arial";
  box-shadow: 0 2px 5px #556fff;
  color: #cb7631;
}

.ibox8_list {
  width: 830px;
  margin: 0 auto;
}
.ibox8_list li h2 {
  font-size: 16px;
  color: #fff;
  padding-bottom: 20px;
}
.ibox8_list li p {
  color: #ffd8b8;
  line-height: 20px;
}

.ibox8_list2 li {
  float: left;
  width: 33.2%;
  border-left: 1px dashed #a3b5ff;
}
.ibox8_list2 li h2, .ibox8_list2 li p {
  padding-left: 65px;
}
.ibox8_list2 li:first-child {
  border-left: 0;
}
.ibox8_list2 li:first-child h2, .ibox8_list2 li:first-child p {
  padding-left: 0;
}

.ibox9 {
  background: url(../img/ibox9_bg.jpg) no-repeat center bottom;
  height: 1157px;
  position: relative;
}
.ibox9 .itit h2 {
  color: #fe4200;
}
.ibox9 .itit {
  padding: 85px 0 50px;
}

.ibox9_list {
  width: 840px;
  height: 775px;
  margin: 0 auto;
  position: relative;
}
.ibox9_list ul li {
  position: absolute;
  text-align: right;
  width: 100%;
}
.ibox9_list ul li h2 {
  font-size: 36px;
  padding-bottom: 10px;
  font-family: "Impact";
}
.ibox9_list ul li p {
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
}
.ibox9_list ul li img {
  position: absolute;
  left: 50%;
  margin-left: -117.5px;
  top: -70px;
}
.ibox9_list ul li:first-child {
  left: 0;
  top: 70px;
  color: #d39111;
}
.ibox9_list ul li:first-child + li {
  right: 0;
  top: 302px;
  text-align: left;
  color: #0e9cee;
  padding-top: 25px;
}
.ibox9_list ul li:first-child + li + li {
  left: 0;
  top: 593px;
  color: #ff4765;
}

.ibox9_font {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: center;
}

.ibox10 {
  background: url(../img/ibox10_bg.jpg) no-repeat center;
  height: 1023px;
}
.ibox10 .itit h2 {
  color: #c42607;
}

.footer {
  background: #1f1f1f;
  color: #fff;
  line-height: 34px;
}
.footer .foot_nav {
  padding: 35px 0 24px;
  border-bottom: 1px solid #262626;
}
.footer .foot_nav a {
  filter: alpha(opacity=55);
  opacity: 0.55;
}
.footer .foot_nav a:before {
  content: '- ';
  padding: 0 8px;
}
.footer .foot_nav a:first-child:before {
  display: none;
}
.footer .foot_content {
  padding: 18px 0 105px;
  filter: alpha(opacity=37);
  opacity: 0.37;
}

@keyframes cloud {
  0% {
    transform: translateY(0);
  }
  8% {
    transform: translateY(-15px);
  }
  16% {
    transform: translateY(-25px);
  }
  25% {
    transform: translateY(-30px);
  }
  33% {
    transform: translateY(-25px);
  }
  41% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  58% {
    transform: translateY(15px);
  }
  66% {
    transform: translateY(25px);
  }
  75% {
    transform: translateY(30px);
  }
  83% {
    transform: translateY(25px);
  }
  91% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.cloud1, .balloon1 {
  animation: cloud 8s linear infinite;
}

.cloud2, .balloon2 {
  animation: cloud 8s 2s linear infinite;
}

.p1banner {
  height: 1345px;
  overflow: hidden;
  position: relative;
  background: url(../img/p1banner.jpg) no-repeat center;
}
.p1banner .cloud1 {
  position: absolute;
  left: 130px;
  top: 35px;
}
.p1banner .cloud2 {
  position: absolute;
  right: 260px;
  top: 100px;
}
.p1banner .search {
  position: absolute;
  left: 50%;
  margin-left: -421.5px;
  bottom: 150px;
}

.search {
  width: 843px;
}
.search .input {
  width: 843px;
  height: 66px;
  background: url(../img/search.png) no-repeat center;
  position: relative;
}
.search .input a {
  position: absolute;
  top: 3px;
  right: 7px;
  width: 166px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.search .input input[type="text"] {
  position: absolute;
  left: 142px;
  top: 3px;
  width: 468px;
  height: 55px;
  line-height: 55px;
  color: #4a4949;
  padding: 0 30px;
  border: 0;
  outline: none;
}
.search .input input[type="text"]::-webkit-input-placeholder {
  color: #4a4949;
  font-size: 14px;
  font-weight: normal;
}
.search .input input[type="text"]:-moz-placeholder {
  color: #4a4949;
  font-size: 14px;
  font-weight: normal;
}
.search .input input[type="text"]::-moz-placeholder {
  color: #4a4949;
  font-size: 14px;
  font-weight: normal;
}
.search .input input[type="text"]:-ms-input-placeholder {
  color: #4a4949;
  font-size: 14px;
  font-weight: normal;
}
.search .input select {
  background: transparent;
  border: 0;
  outline: none;
  width: 100px;
  padding-left: 30px;
  color: #4a4949;
  margin-top: 20px;
  margin-left: 10px;
}
.search p {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding-top: 40px;
  color: #fff;
}

.p1box1 .itit h2 {
  color: #e83c07;
}

.p1box1_list {
  padding-bottom: 130px;
}
.p1box1_list ul li {
  float: left;
  width: 247px;
  height: 174px;
  margin-left: 16px;
  padding: 240px 18px 0;
  text-align: center;
  color: #fff;
}
.p1box1_list ul li:first-child {
  background: url(../img/p1box1_1.png) no-repeat center top;
  margin-left: -3px;
}
.p1box1_list ul li:first-child + li {
  background: url(../img/p1box1_2.png) no-repeat center top;
}
.p1box1_list ul li:first-child + li + li {
  background: url(../img/p1box1_3.png) no-repeat center top;
}
.p1box1_list ul li:first-child + li + li + li {
  background: url(../img/p1box1_4.png) no-repeat center top;
}
.p1box1_list ul li h2 {
  font-size: 18px;
  padding-bottom: 25px;
}
.p1box1_list ul li p {
  line-height: 20px;
}

.p1box2 {
  height: 727px;
  background: url(../img/p1box2_bg.jpg) no-repeat center;
}
.p1box2 .itit h2 {
  color: #fff;
}

.p1box2_list ul li {
  width: 157px;
  float: left;
  margin-left: 47.6px;
  text-align: center;
}
.p1box2_list ul li:first-child {
  margin-left: 0;
}
.p1box2_list ul li img:hover {
  animation: swing 1s ease;
}
.p1box2_list ul li h2 {
  font-size: 18px;
  color: #702206;
  padding: 25px 0 15px;
}
.p1box2_list ul li p {
  line-height: 23px;
  color: #fff;
}

.p1box3 {
  height: 1227px;
  background: url(../img/p1box3_bg.jpg) no-repeat center bottom;
  position: relative;
}
.p1box3 .itit h2 {
  color: #ff8908;
}
.p1box3 .p1box3_list {
  position: absolute;
  left: 50%;
  top: 390px;
  margin-left: -85px;
}

.p1box3_list ul li {
  line-height: 51px;
  color: #dc3900;
  border-bottom: 2px dotted #d70c00;
  font-size: 18px;
  font-weight: bold;
}
.p1box3_list ul li span {
  color: #0094fb;
  padding-right: 20px;
}

.p2banner {
  height: 529px;
  position: relative;
  background: url(../img/p2banner.jpg) no-repeat center;
  overflow: hidden;
}
.p2banner .p2banner_1 {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -524px;
  top: -250px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.p2banner .p2banner_2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -522px;
  bottom: -200px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.p2banner .p2banner_3 {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -923.5px;
  bottom: 0;
}
.p2banner .balloon1 {
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: -512px;
  top: 44px;
}
.p2banner .balloon2 {
  position: absolute;
  z-index: 4;
  left: 50%;
  margin-left: 535px;
  top: 95px;
}

.p2box1 {
  padding-bottom: 180px;
}

.p2box1_list {
  background: url(../img/p2box1_bg.jpg) no-repeat center top;
  padding-top: 20px;
}
.p2box1_list ul li {
  float: left;
  width: 190px;
  margin-left: 57.5px;
  text-align: center;
}
.p2box1_list ul li img:hover {
  animation: swing 1s ease;
}
.p2box1_list ul li:first-child {
  color: #16ac7f;
  margin-left: 0;
}
.p2box1_list ul li:first-child + li {
  color: #ed5d54;
}
.p2box1_list ul li:first-child + li + li {
  color: #0095f4;
}
.p2box1_list ul li:first-child + li + li + li {
  color: #f15c17;
}
.p2box1_list ul li:first-child + li + li + li + li {
  color: #d99b06;
}
.p2box1_list ul li h2 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 40px;
}

.p2box2 {
  background: #01bdc4 url(../img/p2box2_bg.png) no-repeat center 70px;
  height: 874px;
}
.p2box2 .itit {
  padding-top: 110px;
}
.p2box2 .center {
  position: relative;
}

.p2box2_list ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.p2box2_list ul li {
  position: absolute;
}
.p2box2_list ul li span {
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  position: absolute;
  white-space: nowrap;
}
.p2box2_list ul li img:hover {
  animation: swing 1s ease;
}
.p2box2_list ul li:first-child {
  left: 135px;
  top: 324px;
}
.p2box2_list ul li:first-child span {
  right: 115px;
  top: 50%;
  margin-top: -8.5px;
}
.p2box2_list ul li:first-child + li {
  left: 172px;
  top: 488px;
}
.p2box2_list ul li:first-child + li span {
  right: 115px;
  top: 50%;
  margin-top: -8.5px;
}
.p2box2_list ul li:first-child + li + li {
  left: 283px;
  top: 604px;
}
.p2box2_list ul li:first-child + li + li span {
  right: 115px;
  bottom: 20px;
}
.p2box2_list ul li:first-child + li + li + li {
  left: 435px;
  top: 659px;
}
.p2box2_list ul li:first-child + li + li + li span {
  right: 115px;
  top: 100%;
}
.p2box2_list ul li:first-child + li + li + li + li {
  right: 435px;
  top: 659px;
}
.p2box2_list ul li:first-child + li + li + li + li span {
  left: 50%;
  margin-left: -67.5px;
  bottom: -30px;
}
.p2box2_list ul li:first-child + li + li + li + li + li {
  right: 283px;
  top: 604px;
}
.p2box2_list ul li:first-child + li + li + li + li + li span {
  left: 115px;
  bottom: 20px;
}
.p2box2_list ul li:first-child + li + li + li + li + li + li {
  right: 172px;
  top: 488px;
}
.p2box2_list ul li:first-child + li + li + li + li + li + li span {
  left: 115px;
  top: 50%;
  margin-top: -8.5px;
}
.p2box2_list ul li:first-child + li + li + li + li + li + li + li {
  right: 135px;
  top: 324px;
}
.p2box2_list ul li:first-child + li + li + li + li + li + li + li span {
  left: 115px;
  top: 50%;
  margin-top: -8.5px;
}

.p2box3 {
  padding-bottom: 70px;
}

.p2box3_list table {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border-right: 1px solid #02a5e9;
  border-bottom: 1px solid #02a5e9;
}
.p2box3_list th, .p2box3_list td {
  text-align: center;
}
.p2box3_list th {
  height: 70px;
  background: #02a5e9;
  color: #fff;
  line-height: 19px;
  border-left: 1px solid #19adeb;
}
.p2box3_list th:first-child, .p2box3_list th:first-child + th {
  border-left: 0;
}
.p2box3_list td {
  height: 68px;
  background: #fff;
  color: #0b63b5;
  border-left: 1px solid #d6f1fb;
}
.p2box3_list td:first-child, .p2box3_list td:first-child + td {
  border-left: 0;
}
.p2box3_list td:first-child {
  text-align: left;
  background: #1e8cc8;
  color: #fff;
  padding-left: 25px;
  line-height: 17px;
}
.p2box3_list td:first-child + td + td + td + td + td {
  text-align: left;
  padding-left: 45px;
  line-height: 22px;
  color: #21333a;
}
.p2box3_list tr:nth-child(odd) td {
  background: #e0f6ff;
}
.p2box3_list tr:nth-child(odd) td:first-child {
  background: #2094d3;
}

.ljgm_btn {
  width: 121px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  font-weight: bold;
  border-radius: 18.5px;
  background: -webkit-gradient(linear, bottom, from(#de4209), to(#d63105));
  background: -webkit-linear-gradient(to bottom, #de4209, #d63105);
  background: -o-linear-gradient(to bottom, #de4209, #d63105);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#de4209,endColorStr=#d63105,gradientType=0);
  background: linear-gradient(to bottom, #de4209, #d63105);
}

.tip {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #3d3d3d;
  font-weight: bold;
  padding-top: 30px;
}
.tip img {
  vertical-align: top;
}

.p2box4 {
  height: 964px;
  background: url(../img/p2box4_bg.jpg) no-repeat center;
}
.p2box4 .itit h2 {
  color: #fff;
}
.p2box4 .itit {
  padding-bottom: 85px;
}

.p2box4_list ul li {
  width: 187px;
  float: left;
  text-align: center;
  margin: 0 54px 65px;
}
.p2box4_list ul li strong {
  font-size: 16px;
  display: block;
  color: #fff;
  padding-top: 20px;
}
.p2box4_list ul li strong span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
}
.p2box4_list ul li img:hover {
  animation: swing 1s ease;
}

.p2box5 {
  padding-bottom: 125px;
}

.p2box5_content {
  text-align: center;
}
.p2box5_content p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p2box5_content .p2box5_p1 {
  color: #ed4c05;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2720d), to(#e32f02));
}
.p2box5_content .p2box5_p2 {
  color: #ed4c05;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#f2710d), to(#f0630a));
}
.p2box5_content .p2box5_p3 {
  font-size: 52px;
  color: #ed4c05;
  margin-bottom: 50px;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ec4704), to(#e32d02));
}

.p2box6 {
  height: 965px;
  background: url(../img/p2box6_bg.jpg) no-repeat center;
}
.p2box6 .center {
  position: relative;
}
.p2box6 .itit h2 {
  color: #fff;
}

.p2box6_content {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 310px;
}
.p2box6_content p {
  font: 39px/78px "宋体";
  font-weight: bolder;
  color: #ef5a35;
}

.p3banner {
  height: 597px;
  position: relative;
  background: url(../img/p3banner.jpg) no-repeat center;
  overflow: hidden;
}
.p3banner .p3banner_1 {
  position: absolute;
  z-index: 3;
  left: 50%;
  margin-left: -320.5px;
  top: -200px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.p3banner .p3banner_2 {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -495px;
  bottom: -200px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.p3box2 {
  background: url(../img/p3box2_bg.jpg) no-repeat center;
  height: 821px;
}
.p3box2 .center {
  height: 100%;
  position: relative;
}
.p3box2 .p3box2_font {
  position: absolute;
  left: 50%;
  margin-left: -260px;
  bottom: 110px;
}
.p3box2 .p2box4_list ul li {
  width: 175px;
  margin: 0 0 0 76.25px;
}
.p3box2 .p2box4_list ul li:first-child {
  margin: 0;
}
.p3box2 .p2box4_list ul li strong {
  font-size: 18px;
  line-height: 25px;
  padding-top: 35px;
}

.p3box1 {
  padding-bottom: 145px;
}

.p3box1_list {
  background: none;
  padding: 0;
}
.p3box1_list ul li {
  width: 282px;
  margin-left: 17px;
  position: relative;
}
.p3box1_list ul li p {
  position: absolute;
  top: 35px;
  left: 0;
  width: 80%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  padding: 0 10%;
}
.p3box1_list ul li h2 {
  padding-top: 25px;
}
.p3box1_list ul li img:hover {
  animation: none;
}

.p3box3 {
  padding-bottom: 220px;
}
.p3box3 .itit h2 {
  color: #3d3d3d;
}

.p3box3_list {
  padding-bottom: 0;
}
.p3box3_list ul li {
  float: left;
  width: 200px;
  height: 160px;
  margin-left: 7.5px;
  text-align: center;
  color: #fff;
  padding: 154px 15px 0;
}
.p3box3_list ul li:first-child {
  background: url(../img/p3box3_1.png) no-repeat center top;
  margin-left: 0;
}
.p3box3_list ul li:first-child + li {
  background: url(../img/p3box3_2.png) no-repeat center top;
}
.p3box3_list ul li:first-child + li + li {
  background: url(../img/p3box3_3.png) no-repeat center top;
}
.p3box3_list ul li:first-child + li + li + li {
  background: url(../img/p3box3_4.png) no-repeat center top;
}
.p3box3_list ul li:first-child + li + li + li + li {
  background: url(../img/p3box3_5.png) no-repeat center top;
}
.p3box3_list ul li h2 {
  font-size: 18px;
  padding-bottom: 15px;
}
.p3box3_list ul li p {
  line-height: 23px;
  font-weight: bold;
}

.p3box3_list2 {
  overflow: hidden;
  background: url(../img/p3box3_list2_bg.png) no-repeat 230px 75px;
}
.p3box3_list2 ul {
  margin-right: -153px;
}
.p3box3_list2 ul li {
  float: left;
  width: 180px;
  text-align: center;
  margin-right: 153px;
  margin-bottom: 110px;
}
.p3box3_list2 ul li img:hover {
  animation: swing 1s ease;
}
.p3box3_list2 ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #0b0b0b;
  padding-top: 25px;
}

.p3box4 {
  background: url(../img/p3box4_bg.jpg) no-repeat center;
  height: 870px;
}
.p3box4 .center {
  position: relative;
}

.p3box4_list {
  position: absolute;
  left: 230px;
  top: 280px;
}
.p3box4_list ul li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 53px;
}

.p3box5 {
  padding-bottom: 115px;
}

.p3box5_list ul li {
  float: left;
  width: 150px;
  margin-right: 56px;
  margin-bottom: 75px;
  text-align: center;
}
.p3box5_list ul li p {
  font-weight: bold;
  font-size: 18px;
  color: #0b0b0b;
  padding-top: 20px;
}
.p3box5_list ul li img:hover {
  animation: swing 1s ease;
}

.p3box6 {
  background: url(../img/p3box6_bg.jpg) no-repeat center;
  height: 792px;
}
.p3box6 .p3box6_1 {
  position: absolute;
  left: 35px;
  top: 70px;
}
.p3box6 .p3box6_2 {
  position: absolute;
  right: 30px;
  top: 270px;
}

.p3box7 dd {
  height: 64px;
  padding: 0 25px;
  line-height: 64px;
  margin-bottom: 10px;
}
.p3box7 dd .fr strong {
  color: #f25151;
}
.p3box7 .ibox3_center {
  top: 125px;
}
.p3box7 .ibox3_center strong {
  margin-bottom: 30px;
}

.p3box8 {
  background: url(../img/p3box8_bg.jpg) no-repeat center;
  height: 585px;
}
.p3box8 img {
  display: block;
  margin: 110px auto 60px;
}
.p3box8 p {
  text-indent: 32px;
  font-size: 16px;
  color: #fff;
  line-height: 29px;
  margin-bottom: 25px;
}

.p4banner {
  background: url(../img/p4banner.jpg) no-repeat center;
  height: 746px;
  position: relative;
}
.p4banner .p4banner_1 {
  position: absolute;
  left: 50%;
  margin-left: -195px;
  top: -200px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.p4box1 {
  padding-bottom: 250px;
}

.p4color1 {
  color: #16ac7f;
}

.p4color2 {
  color: #ed5d54;
}

.p4color3 {
  color: #0095f4;
}

.p4color4 {
  color: #f15c17;
}

.p4color5 {
  color: #2ac0d6;
}

.p4color6 {
  color: #d39808;
}

.p4box1_list {
  background: url(../img/p4box1_bg.png) no-repeat center 70px;
}
.p4box1_list ul li {
  float: left;
  width: 156px;
  margin-left: 48.8px;
  text-align: center;
}
.p4box1_list ul li:first-child {
  margin-left: 0;
}
.p4box1_list ul li strong {
  display: block;
  padding-top: 30px;
  font-size: 16px;
}
.p4box1_list ul li img:hover {
  animation: swing 1s ease;
}

.p4box2 {
  background: url(../img/p4box2_bg.jpg) no-repeat center;
  height: 874px;
  max-width: 100%;
  overflow: hidden;
}
.p4box2 .itit h2 {
  color: #fff;
}

.p4box2_list img {
  position: absolute;
  transform: scale(1);
  transition: transform .3s;
}
.p4box2_list img:hover {
  transform: scale(1.2);
}
.p4box2_list .p4box2_1 {
  left: 240px;
  top: 620px;
}
.p4box2_list .p4box2_2 {
  left: -10px;
  top: 540px;
}
.p4box2_list .p4box2_3 {
  left: 60px;
  top: 320px;
}
.p4box2_list .p4box2_4 {
  left: 350px;
  top: 260px;
}
.p4box2_list .p4box2_5 {
  left: 570px;
  top: 440px;
}
.p4box2_list .p4box2_6 {
  left: 785px;
  top: 290px;
}
.p4box2_list .p4box2_7 {
  left: 1030px;
  top: 480px;
}
.p4box2_list .p4box2_8 {
  left: 850px;
  top: 610px;
}

.p4box3 {
  padding-bottom: 60px;
}

.p4box3_list {
  background: url(../img/p4box3_list_bg.png) no-repeat center bottom;
  height: 203px;
  position: relative;
  margin-bottom: 100px;
}
.p4box3_list > ul {
  padding: 0 80px;
  margin-right: -82.5px;
}
.p4box3_list > ul > li {
  float: left;
  margin-right: 82.5px;
  position: relative;
}
.p4box3_list > ul > li img {
  transform: scale(1);
  transition: transform .3s;
}
.p4box3_list > ul > li:hover img {
  transform: scale(1.2);
}
.p4box3_list > ul > li:hover .popup_list {
  display: block;
}
.p4box3_list .popup_list {
  position: absolute;
  background: url(../img/popup.png) no-repeat center;
  width: 850px;
  height: 300px;
  padding: 90px 40px 0;
  overflow: hidden;
  display: none;
  z-index: 99;
}
.p4box3_list .popup_list ul {
  max-width: 400px;
  float: left;
  margin-left: 70px;
}
.p4box3_list .popup_list ul:first-child {
  margin-left: 0;
}
.p4box3_list .popup_list ul li {
  overflow: hidden;
  font-size: 16px;
  border-bottom: 2px solid #8cec00;
  box-shadow: 0 2px #203800;
  margin-bottom: 20px;
  float: left;
  clear: both;
  color: #8cec00;
  transition: color 0.2s;
}
.p4box3_list .popup_list ul li:hover {
  color: #a4ff20;
}

.p4box4 {
  background: url(../img/p4box4_bg.jpg) no-repeat center;
  height: 931px;
}
.p4box4 .itit h2 {
  color: #fff;
}

.p4box4_list {
  overflow: hidden auto;
}
.p4box4_list ul {
  padding-left: 15px;
  margin-right: -200px;
}
.p4box4_list ul li {
  float: left;
  width: 250px;
  margin-right: 200px;
  margin-bottom: 65px;
  text-align: center;
  color: #fff;
}
.p4box4_list ul li h2 {
  font-size: 24px;
  padding: 15px 0;
}
.p4box4_list ul li p {
  font-size: 16px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  vertical-align: top;
}
.p4box4_list ul li i {
  font-size: 24px;
  vertical-align: bottom;
}
.p4box4_list ul li img:hover {
  animation: swing 1s ease;
}

.p4box5 {
  padding: 178px 0;
}

.p4box6 {
  background: url(../img/p4box6_bg.jpg) no-repeat center;
  height: 975px;
}
.p4box6 .itit h2 {
  color: #fff;
}
.p4box6 .itit {
  padding: 105px 0 125px;
}

.p4box7 {
  padding-bottom: 70px;
}

.p4box7_list {
  background: url(../img/p4box7_list_bg.png) no-repeat center;
  height: 1680px;
  position: relative;
}
.p4box7_list .p4box7_group_l, .p4box7_list .p4box7_group_r {
  position: absolute;
}
.p4box7_list .p4box7_group_r {
  left: 50%;
  margin-left: -60px;
}
.p4box7_list .p4box7_group_r p {
  position: absolute;
  width: 468px;
  left: 170px;
  top: 25px;
}
.p4box7_list .p4box7_group_l {
  right: 50%;
  margin-right: -56px;
}
.p4box7_list .p4box7_group_l p {
  position: absolute;
  width: 471px;
  left: 40px;
  top: 25px;
}
.p4box7_list .p4box7_group1 {
  width: 658px;
  height: 177px;
  background: url(../img/p4box7_1.png);
  top: 20px;
}
.p4box7_list .p4box7_group1 p {
  top: 45px;
}
.p4box7_list .p4box7_group2 {
  width: 678px;
  height: 265px;
  background: url(../img/p4box7_2.png);
  top: 230px;
}
.p4box7_list .p4box7_group3 {
  width: 676px;
  height: 265px;
  background: url(../img/p4box7_3.png);
  top: 540px;
}
.p4box7_list .p4box7_group3 p {
  top: 45px;
}
.p4box7_list .p4box7_group4 {
  width: 678px;
  height: 192px;
  background: url(../img/p4box7_4.png);
  top: 815px;
}
.p4box7_list .p4box7_group5 {
  width: 676px;
  height: 266px;
  background: url(../img/p4box7_5.png);
  top: 1030px;
}
.p4box7_list .p4box7_group6 {
  width: 678px;
  height: 229px;
  background: url(../img/p4box7_6.png);
  top: 1335px;
}
.p4box7_list p {
  font: bold 20px/44px "宋体";
  color: #666;
}
.p4box7_list p span {
  color: #ff0000;
}

.p4box8 {
  background: url(../img/p4box8.jpg) no-repeat center;
  height: 800px;
  position: relative;
}
.p4box8 img {
  position: absolute;
  left: 50%;
  margin-left: -285px;
  top: 280px;
}

.p4box9 {
  padding-bottom: 125px;
}

.p4box9_list ul li {
  float: left;
  margin-left: 46px;
}
.p4box9_list ul li:first-child {
  margin-left: 37px;
}

.p5search {
  background: url(../img/p5search_bg.jpg) no-repeat center;
  height: 151px;
  margin: 28px 0 47px;
  padding-top: 70px;
}

.p5search_box {
  margin: 0 auto;
  background: url(../img/p5search_input.png) no-repeat center;
  width: 727px;
  height: 68px;
  position: relative;
}
.p5search_box .p5search_select {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 0px;
}
.p5search_box dl {
  width: 99px;
  height: 65px;
  line-height: 59px;
  padding: 0 15px;
  color: #494242;
  font-size: 16px;
  font-weight: bold;
}
.p5search_box dl:hover {
  height: auto;
  padding-bottom: 15px;
  background: url(../img/p5search_hover.png) no-repeat left bottom;
}
.p5search_box dl:hover dd {
  display: block;
}
.p5search_box dd, .p5search_box dt {
  padding: 0 5px;
}
.p5search_box dd {
  display: none;
  line-height: 40px;
  border-top: 1px solid #e6e6e6;
  cursor: pointer;
}
.p5search_box dt + dd {
  border-top: 0;
}
.p5search_box .p5search_input {
  position: absolute;
  top: 3px;
  left: 126px;
  width: 460px;
  height: 59px;
  line-height: 59px;
  padding: 0 24px;
  border: 0;
  z-index: 2;
  outline: none;
  font-size: 16px;
}
.p5search_box .p5search_input::-webkit-input-placeholder {
  color: #494242;
  font-size: 16px;
  font-weight: bold;
}
.p5search_box .p5search_input:-moz-placeholder {
  color: #494242;
  font-size: 16px;
  font-weight: bold;
}
.p5search_box .p5search_input::-moz-placeholder {
  color: #494242;
  font-size: 16px;
  font-weight: bold;
}
.p5search_box .p5search_input:-ms-input-placeholder {
  color: #494242;
  font-size: 16px;
  font-weight: bold;
}
.p5search_box input[type="submit"] {
  position: absolute;
  z-index: 3;
  right: 1px;
  top: 0;
  height: 65px;
  width: 92px;
  border: 0;
  background: none;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.list_pro {
  padding-bottom: 60px;
}
.list_pro > ul {
  border-top: 1px solid #dedede;
}
.list_pro > ul > li {
  padding: 23px 59px 23px 38px;
  border-bottom: 1px solid #dedede;
  font-weight: bold;
  cursor: pointer;
}
.list_pro > ul > li.in {
  background: #e7f5ff;
}
.list_pro > ul > li.in .list_pro_img {
  border-color: #fb2d04;
}
.list_pro > ul > li p {
  color: #535252;
}
.list_pro > ul > li .list_pro_img {
  width: 121px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #dfdfdf;
}
.list_pro > ul > li .list_pro_group1 {
  padding-top: 25px;
  margin-left: 54px;
  width: 211px;
}
.list_pro > ul > li .list_pro_group1 h2 {
  font-size: 16px;
  color: #fd0214;
  padding-bottom: 20px;
}
.list_pro > ul > li .list_pro_group1 p {
  padding-bottom: 20px;
}
.list_pro > ul > li .list_pro_group1 span {
  color: #fd0214;
}
.list_pro > ul > li .list_pro_group2 {
  padding-top: 25px;
  margin-left: 130px;
}
.list_pro > ul > li .list_pro_group2 h3 {
  font-size: 16px;
  color: #353535;
  padding-bottom: 20px;
}
.list_pro > ul > li .list_pro_btn {
  padding-top: 49px;
}
.list_pro > ul > li .list_pro_btn a {
  display: block;
  width: 123px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 5px;
  background: -webkit-gradient(linear, bottom, from(#f26f00), to(#d40d00));
  background: -webkit-linear-gradient(to bottom, #f26f00, #d40d00);
  background: -o-linear-gradient(to bottom, #f26f00, #d40d00);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#f26f00,endColorStr=#d40d00,gradientType=0);
  background: linear-gradient(to bottom, #f26f00, #d40d00);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.list_pro > ul > li .list_pro_content {
  clear: both;
  padding: 25px 0;
  border-top: 1px dashed #dfdfdf;
  overflow: hidden;
  background: #fff;
  margin: 23px -59px -23px -38px;
  display: none;
}
.list_pro > ul > li .list_pro_content .fl, .list_pro > ul > li .list_pro_content .fr {
  width: 50%;
  line-height: 27px;
  color: #0f0f0f;
}
.list_pro > ul > li .list_pro_content .fl span, .list_pro > ul > li .list_pro_content .fr span {
  width: 125px;
  color: #747474;
}
.list_pro > ul > li .list_pro_content .fl span {
  padding-left: 175px;
}
.list_pro > ul > li .list_pro_content .fr span {
  padding-left: 110px;
}

.page {
  text-align: center;
  padding: 60px 0;
}

.p6box1 {
  padding-bottom: 165px;
}
.p6box1 .tac {
  padding-bottom: 95px;
}
.p6box1 .fl {
  margin-left: 25px;
}
.p6box1 .fr {
  width: 672px;
  margin-right: 145px;
  color: #323030;
  line-height: 29px;
  font-weight: bold;
}

.p6box2 {
  padding-bottom: 170px;
}

.p6box2_list {
  position: relative;
  height: 564px;
  width: 908px;
  margin: 0 auto;
}
.p6box2_list .arrow_l, .p6box2_list .arrow_r {
  width: 37px;
  height: 57px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity .2s;
}
.p6box2_list .arrow_l:hover, .p6box2_list .arrow_r:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.p6box2_list .arrow_l {
  background: url(../img/arrow3_l.png) no-repeat;
}
.p6box2_list .arrow_r {
  background: url(../img/arrow3_r.png) no-repeat;
  right: -68px;
}
.p6box2_list .list_box_big {
  width: 902px;
  height: 470px;
  border: 3px solid #dc500b;
  border-radius: 5px;
  overflow: hidden;
}
.p6box2_list .list_box_small {
  margin-top: 22px;
  height: 66px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p6box2_list .list_box_small ul {
  position: absolute;
  left: 0;
  top: 0;
}
.p6box2_list .list_box_small ul li {
  float: left;
  width: 121px;
  height: 62px;
  margin-right: 31.6px;
  border-radius: 5px;
  border: 2px solid #c1c1c1;
  overflow: hidden;
  cursor: pointer;
}
.p6box2_list .list_box_small ul li:hover, .p6box2_list .list_box_small ul li.in {
  border-color: #dc500b;
}

.p6box3 {
  background: url(../img/p6box3_bg.jpg) no-repeat center;
  height: 763px;
}
.p6box3 .itit h2 {
  color: #fff;
}
.p6box3 .itit {
  padding: 110px 0 50px;
}
.p6box3 .p6box3_p {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.p6box3 .p6box3_c {
  overflow: hidden;
  padding-top: 75px;
}
.p6box3 .p6box3_c img {
  float: left;
  margin-left: 154px;
}
.p6box3 .p6box3_c img:hover {
  animation: swing 1s ease;
}
.p6box3 .p6box3_c img:first-child {
  margin-left: 118px;
}

.p6box4 .ewm {
  padding-right: 180px;
  float: right;
  width: 211px;
}
.p6box4 .ewm .ewm_box {
  padding: 4px;
  border-radius: 5px;
  border: 2px solid #ebeaea;
}
.p6box4 .p6box4_content_l {
  float: left;
}
.p6box4 .p6box4_content_l ul li {
  margin-bottom: 75px;
}
.p6box4 .p6box4_content_l ul li .fl {
  width: 140px;
  height: 83px;
  text-align: center;
  padding-right: 20px;
  margin-right: 70px;
  border-right: 1px solid #d9d9d9;
  margin-top: 5px;
}
.p6box4 .p6box4_content_l ul li .fl strong {
  font-size: 24px;
  color: #d8001f;
  display: block;
  line-height: 1.4;
  padding-top: 15px;
}
.p6box4 .p6box4_content_l ul li .fl span {
  color: #a2a1a1;
  font-size: 12px;
  text-transform: uppercase;
}
.p6box4 .p6box4_content_l ul li .fr {
  float: left;
}
.p6box4 .p6box4_content_l ul li .fr h2 {
  font-size: 24px;
  color: #0b0b0b;
  padding-bottom: 20px;
}
.p6box4 .p6box4_content_l ul li .fr p {
  color: #323232;
  line-height: 23px;
  font-weight: bold;
}

.zxkf {
  width: 90px;
  padding: 0 14px;
  position: fixed;
  top: 220px;
  right: 0;
  z-index: 999999;
  background: #fff;
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}
.zxkf dt {
  height: 45px;
  line-height: 45px;
  background: #f08326;
  color: #fff;
  font-size: 18px;
  text-indent: 22px;
  position: relative;
  margin: 0 -14px;
}
.zxkf dd {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.zxkf dd:hover {
  color: #e8431f;
}
.zxkf dd img {
  vertical-align: middle;
  margin-right: 10px;
}
.zxkf .backtop {
  height: 30px;
  line-height: 30px;
  display: block;
  background: #333;
  color: #fff;
  margin: 0 -14px;
  text-align: center;
}

/*# sourceMappingURL=mk.css.map */
